'Declaration
<ComVisibleAttribute(False)> <DefaultMemberAttribute("Item")> Public Interface IKeyedCollection (Of TKey,TItem) Inherits System.Collections.Generic.ICollection(Of TItem), System.Collections.Generic.IEnumerable(Of TItem), System.Collections.Generic.IList(Of TItem), System.Collections.IEnumerable
'Usage
Dim instance As IKeyedCollection(Of TKey,TItem)
[ComVisible(false)] [DefaultMember("Item")] public interface IKeyedCollection<TKey,TItem> : System.Collections.Generic.ICollection<TItem>, System.Collections.Generic.IEnumerable<TItem>, System.Collections.Generic.IList<TItem>, System.Collections.IEnumerable
[ComVisible(false)] [DefaultMember("Item")] generic<typename TKey> generic<typename TItem> public interface class IKeyedCollection : public System.Collections.Generic.ICollection<TItem>, System.Collections.Generic.IEnumerable<TItem>, System.Collections.Generic.IList<TItem>, System.Collections.IEnumerable